acceptCallFailed

abstract fun acceptCallFailed(incomingCall: IncomingCallInterface?, error: MobileError?)

Method invoked when attempt to accept an incoming call has failed.

Since

2.0.0

Parameters

incomingCall

related incoming call

error

related error

See also